What is a Analysis?

Analysis is the process of breaking a complex topic or substance into smaller parts in order to gain a better understanding of it. The technique has been applied in the study of mathematics and logic since before Aristotle, though analysis as a formal concept is a relatively recent development.(Wikipedia)

The Whole Shootin Match: Jan. 23,2020 - July 8, 2020

Total Daily Cases and Deaths

Total Cumulative Cases

Weekly Totals for Cases and Deaths

## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
## `summarise()` ungrouping output (override with `.groups` argument)
ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DC_Sum)) +
  labs(title="John Hopkins Weekly US Cases")
## Warning: Removed 1 rows containing missing values (position_stack).

ggplot() + geom_col(data=JHU_Weekly,aes(x=Weekly,y=DD_Sum)) +
  labs(title="John Hopkins Weekly US Deaths")      
## Warning: Removed 1 rows containing missing values (position_stack).

## Warning: Removed 1 rows containing missing values (position_stack).

A Look at the April 2020 Spike